home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / filutil / bison110.zip / README < prev    next >
Text File  |  1990-06-26  |  792b  |  20 lines

  1. This directory contains the Bison parser generator.
  2.  
  3. On systems that do not have a working `alloca' function, you will
  4. have to get a working `alloca' (perhaps from GNU Emacs) and edit the
  5. Makefile so that it will be used.  On system V, specifying -lPW
  6. when you link may accomplish this.
  7.  
  8. On system V, you will need to define the macro USG while compiling.
  9.  
  10. It was once true that, when installing Bison on Sequent (or Pyramid?)
  11. systems, you had to be in the Berkeley universe.  This may no longer
  12. be true; we have no way to tell.
  13.  
  14. On VMS, remember to do `SET COMMAND BISON' to install the data in
  15. `BISON.CLD'.
  16.  
  17. Send bug reports to bug-gnu-utils@prep.ai.mit.edu.  Please include the
  18. version number from version.c, and a complete, self-contained test
  19. case in each bug report.
  20.